cups: Annotate a call whose return value we don't care about
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 19:58:24 +0000 (15:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 20:11:17 +0000 (16:11 -0400)
commit0ee14211b117725eff658bf78fbabce9039ab443
treec5f036f19b2b7cb3f86c246ec947f6ffe7b5ab03
parent1b8d06da2d3f9c5615b2e367335e780c3bbb2947
cups: Annotate a call whose return value we don't care about

We're closing this fd, but we're not going to do anything else
if that fails. Annotate to let coverity see this.
modules/printbackends/file/gtkprintbackendfile.c